home *** CD-ROM | disk | FTP | other *** search
- Path: unixg.ubc.ca!ema
- From: ema@unixg.ubc.ca (Eddy Ma)
- Newsgroups: comp.lang.c
- Subject: Help: Curses library
- Date: 15 Feb 1996 21:47:24 GMT
- Organization: University of British Columbia, Vancouver, B.C., Canada
- Message-ID: <4g09lc$k0m@nntp.ucs.ubc.ca>
- NNTP-Posting-Host: interchg.ubc.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi,
- I am new to the curses library (DOS). Hope somebody can help me.
- There is a getstr function is curses. It works fine. But the problem is
- that whenever I hit "return", everything on the same line (after the
- string I type in) will disappear. I think the problem is that when I hit
- "return", the cursor actually moves to next line and clear everthing
- after the "return". Is there anyway to solve this problem? thanks.
-
- Eddy
-
-
-